home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 1999 April / enter_04_1999_1.iso / narzedzia / klub 3d / s3 tweak / S3TWEAK.INF < prev    next >
INI File  |  1999-01-19  |  2KB  |  84 lines

  1. ; Installs S3 Planet's S3Tweak utility
  2. ; 12-Dec98 - Added confirm AGP and reset display flags to registry.
  3. ; 09-Jan99 - Added MclkMin and MclkMax to registry settings.
  4. ; 19-Jan99 - Added Homepage registry setting.
  5.  
  6. [version]
  7. signature="$CHICAGO$"
  8. SetupClass=NOTPnP
  9. Provider=%S3PLANET%
  10.  
  11. [SourceDisksNames]
  12. 1="S3Tweak Utility", "S3Tweak.INF", 0001
  13.  
  14. [SourceDisksFiles]
  15. S3tweak.exe=1
  16. S3tweak.inf=1
  17.  
  18. [Optional Components]
  19. ; This section contains the names of the sections that contain information
  20. ; about each optional component.
  21. S3Tweak
  22.  
  23. ; ---------- Start of S3Tweak optional component description -------------
  24.  
  25. [S3Tweak]
  26. ; The number of records that are used in this section is open-ended.
  27. OptionDesc      = %ShortDesc%
  28. Tip             = %LongDesc%
  29. Uninstall       = S3TweakUninstall
  30.  
  31. [DefaultInstall]
  32. CopyFiles=TWEAKcopy.sys, TWEAKcopy.inf
  33. AddReg  = S3Tweak.AddReg
  34. Ini2Reg = S3Tweak.Add.Ini2Reg
  35.  
  36. [S3TweakUninstall]
  37. DelFiles=TWEAKcopy.hlp, TWEAKcopy.sys, TWEAKcopy.inf
  38. DelReg=S3Tweak.DelReg
  39.  
  40. [S3Tweak.DelReg]
  41. HKLM,"%WCVER%\Uninstall\S3Tweak",DisplayName,,
  42. HKLM,"%WCVER%\Uninstall\S3Tweak","UninstallString",,
  43. HKLM,"%WCVER%\RUN","S3Tweak",,
  44. HKLM,"%TKEY%",,,
  45.  
  46. [S3Tweak.AddReg]
  47. HKLM,"%WCVER%\Uninstall\S3Tweak",DisplayName,,"%ShortDesc%"
  48. HKLM,"%WCVER%\Uninstall\S3Tweak","UninstallString",,"%10%\rundll.exe setupx.dll,InstallHinfSection S3TweakUninstall 132 %17%\S3Tweak.inf"
  49. HKLM,"%WCVER%\RUN","S3Tweak",,"%11%\s3tweak.exe"
  50. HKLM,"%TKEY%","AutoResetDisplay",,""
  51. HKLM,"%TKEY%","ChipID_8A20",,""
  52. HKLM,"%TKEY%","ConfirmAGPChanges",,""
  53. HKLM,"%TKEY%","Homepage",,"http://s3.dimension3d.com/files.htm"
  54. HKLM,"%TKEY%","MclkMin",,"90.0"
  55. HKLM,"%TKEY%","MclkMax",,"135.0"
  56. HKLM,"%TKEY%","SchemeFile",,"%11%\s3tweak.dat"
  57. HKLM,"%TKEY%","ShowAdvanced",,"OFF"
  58. HKLM,"%TKEY%","UseAutoOpenGLFog",,"OFF"
  59.  
  60. HKLM,%WCVER%\RunOnce\Setup,%S3TWEAK%,,"start %11%\S3TWEAK.EXE"
  61.  
  62. [S3Tweak.Add.Ini2Reg]
  63. win.ini,Desktop,Wallpaper,HKLM,%SET%,2
  64. win.ini,Desktop,TileWallpaper,HKLM,%SET%,2
  65.  
  66. [TWEAKcopy.sys]
  67. S3tweak.exe
  68.  
  69. [TWEAKcopy.inf]
  70. S3tweak.inf
  71.  
  72. [Strings]
  73. ShortDesc= "S3Tweak"
  74. LongDesc = "Installs the S3Tweak utility"
  75. S3PLANET = "S3 Planet"
  76. S3TWEAK  = "Installing S3Tweak"
  77. WCVER    = "Software\Microsoft\Windows\CurrentVersion"
  78. TKEY     = "SOFTWARE\S3 Planet\S3Tweak"
  79. SET      = "Software\Microsoft\Windows\CurrentVersion\Setup"
  80.  
  81. [DestinationDirs]
  82. TWEAKcopy.sys=11
  83. TWEAKcopy.inf=17
  84.